cisco-cvp-ux icon

cisco-cvp-ux

(0 reviews)

GET billingAccountByContact - TMF666

/billingAccount/contact/{id} [GET]

This operation retrieves billingAccount details by contactNumber

Key Considerations:

  1. This is implemented for liberate and cerillion.
  2. The implementation is available for businessIDs (JM,BB,TT,CW,AG,VC,LC,TC,KY,AI,KN,MS,GD,VG,BS,DM).
  3. This is implemented for FIXED and POSTPAID contacts.
  4. If BUs are ""BS,TT" or queryParam "sourceBSS=CERILLION", Cerillion Account details are fetched.
  5. If BUs are "KY,KN,VG,MS,TC,AI,DM" or queryParam "sourceBSS=LIBERATE", Liberate Account details are fetched.
  6. For other CWC BUs, When queryParam "sourceBSS=CERILLION", Cerillion Account details are fetched.
  7. For other CWC BUs, when queryParam "sourceBSS=LIBERATE", Liberate Account details are fetched.
  8. For other CWC BUs, When queryParam "sourceBSS" is not passed, as a default we will try to fetch accounts from liberate and cerillion. If the accounts are present in both liberate and cerillion, cerillion account details will be set as final response. If the accounts are present only in liberate, liberate account details will be set as final response. If the accounts are present only in cerillion, cerillion account details will be set as final response.
  9. If we receive multiple accounts for a single contact, only first account details will be provided as a final response.
  10. For sample responses please refer below examples
    • Cerillion Response
    • Liberate Response

Reviews